agents.anac.y2010.AgentSmith
Class BidHistory
java.lang.Object
agents.anac.y2010.AgentSmith.BidHistory
public class BidHistory
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BidHistory
public BidHistory()
addMyBid
public void addMyBid(Bid pBid)
getMyBidCount
public int getMyBidCount()
getMyBid
public Bid getMyBid(int pIndex)
getMyLastBid
public Bid getMyLastBid()
isInsideMyBids
public boolean isInsideMyBids(Bid a)
addOpponentBid
public void addOpponentBid(Bid pBid)
getOpponentBidCount
public int getOpponentBidCount()
getOpponentBid
public Bid getOpponentBid(int pIndex)
getOpponentLastBid
public Bid getOpponentLastBid()
addListener
public void addListener(IBidHistoryListener pListener)
removeListener
public void removeListener(IBidHistoryListener pListener)